From 3e79729d43306297518da75019202ef8d5ed150f Mon Sep 17 00:00:00 2001 From: "kaf24@scramble.cl.cam.ac.uk" Date: Sun, 8 Feb 2004 17:33:37 +0000 Subject: [PATCH] bitkeeper revision 1.711 (402672f1pbFkVhjGdu603FqEmS-l2w) config.in: Remove ACPI from xenolinux config opts. --- xenolinux-2.4.24-sparse/arch/xeno/config.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xenolinux-2.4.24-sparse/arch/xeno/config.in b/xenolinux-2.4.24-sparse/arch/xeno/config.in index 3f4736fd1f..37516e88a8 100644 --- a/xenolinux-2.4.24-sparse/arch/xeno/config.in +++ b/xenolinux-2.4.24-sparse/arch/xeno/config.in @@ -136,7 +136,6 @@ endmenu source drivers/char/Config.in - source fs/Config.in mainmenu_option next_comment @@ -147,11 +146,9 @@ bool 'Xen console support' CONFIG_XEN_CONSOLE if [ "$CONFIG_VT" = "y" ]; then bool 'VGA text console' CONFIG_VGA_CONSOLE bool 'Dummy console' CONFIG_DUMMY_CONSOLE -# bool 'Video mode selection support' CONFIG_VIDEO_SELECT fi endmenu - mainmenu_option next_comment comment 'Kernel hacking' @@ -167,8 +164,6 @@ if [ "$CONFIG_DEBUG_KERNEL" != "n" ]; then bool ' Compile the kernel with frame pointers' CONFIG_FRAME_POINTER fi -source drivers/acpi/Config.in - int 'Kernel messages buffer length shift (0 = default)' CONFIG_LOG_BUF_SHIFT 0 endmenu -- 2.30.2